hunt.application.controller

Undocumented in source.

Public Imports

hunt.view
public import hunt.view;
Undocumented in source.
hunt.http.response
public import hunt.http.response;
Undocumented in source.
hunt.http.request
public import hunt.http.request;
Undocumented in source.
hunt.routing
public import hunt.routing;
Undocumented in source.
hunt.application.middleware
public import hunt.application.middleware;
Undocumented in source.

Members

Classes

Controller
class Controller
Undocumented in source.

Enums

Action
enum Action
Undocumented in source.

Functions

__createCallActionFun
string __createCallActionFun()
Undocumented in source. Be warned that the author may not have intended to support it.
__creteRouteMap
string __creteRouteMap()
Undocumented in source. Be warned that the author may not have intended to support it.
addRouteList
void addRouteList(string str, HandleFunction fun)
Undocumented in source. Be warned that the author may not have intended to support it.
callHandler
void callHandler(Request req)
Undocumented in source. Be warned that the author may not have intended to support it.
getRouteFormList
HandleFunction getRouteFormList(string str)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

HuntDynamicCallFun
mixintemplate HuntDynamicCallFun(T, string moduleName)
Undocumented in source.
MakeController
mixintemplate MakeController(string moduleName = __MODULE__)
Undocumented in source.

Structs

Middleware
struct Middleware
Undocumented in source.

Meta